EMR data fetch for prior authorization

(0 reviews)

Extending the asset

EMR data fetch for Prior Authorization is a Mule example application and is available in Mulesoft Public Exchange.

This application has three dependencies which is built as mule-plugin and are called as reusable library. These are added as dependencies to mule application.
If the functionality implemented needs to be extended, then the mule application and it’s dependency has to be downloaded from public exchange and uploaded in Anypoint Studio . After extensions , build ,and deploy the jar of mule application.

Login to Anypoint with your credentials

Install Mule Library:

  1. Download below library assets
    1. Authorization
    2. prior-auth-emr-administration-impl
    3. prior-auth-clinical-and-workflow-api-impl
  2. Open each library in Anypoint Studio
    1. Import the downloaded jar file in Anypoint Studio
    2. Open pom.xml
    3. Replace ${ASSETGROUPID} with any value. Ex: abc
    4. Make sure classifier value in pom like below
<configuration>
                    <classifier>mule-plugin</classifier>
                </configuration>

f. Open terminal with root folder and run below command

mvn clean package install -DskipTests

g. Follow above steps for each library in order as in step 1.

  1. If all above steps goes well. Then three libraries must has been placed in local .m2/repository folder.

Import Example Mule application in Anypoint studio

  1. Now, download the application
    1. EMR data fetch for Prior Authorization
  2. Open Anypoint studio and import the jar
  3. Extend, build and run the code.
  4. Deploy the extended application

Reviews

TypeExample
OrganizationMuleSoft
Published by
MuleSoft Organization
Published onJan 25, 2023
Asset overview
Industries CloudHealth
Custom fields

Asset versions for 1.0.x

Asset versions
VersionActions
1.0.0